(C) 1996 AROS - The Amiga Replacement OS
NAME
#include <graphics/text.h>
#include <proto/graphics.h>
void RemFont()
SYNOPSIS
struct TextFont * textFont
LOCATION
In GfxBase at offset 81
FUNCTION
Remove a font from the list of public available fonts. Afterwards, you can close it.
INPUTS
textFont
Remove this font.
RESULT
None.
NOTES
EXAMPLE
BUGS
SEE ALSO
OpenFont()
,
CloseFont()
,
SetFont()
,
AddFont()
INTERNALS
HISTORY
06.03.1997 digulla
Three new functions